home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 26
/
Cream of the Crop 26.iso
/
program
/
wdj0797.zip
/
ZOLMAN.ZIP
/
TOPFRAME.H
< prev
next >
Wrap
C/C++ Source or Header
|
1996-11-18
|
778b
|
36 lines
// TopFrame.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CTopFrame frame
class CTopFrame : public CFrameWnd
{
DECLARE_DYNCREATE(CTopFrame)
protected:
CTopFrame(); // protected constructor used by dynamic creation
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTopFrame)
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CTopFrame();
// Generated message map functions
//{{AFX_MSG(CTopFrame)
// NOTE - the ClassWizard will add and remove member functions here.
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////